Release 10.1A: OpenEdge Data Management:
SQL Development
Creating users
Use the following syntax to employ the
CREATE USERstatement:
In Example 4–1, an account with
DBAprivileges creates the 'username' 'GPS' with 'password' 'star'.
A user’s password can be changed easily by using the
ALTER USERstatement:
Example 4–2 demonstrates the use of the
ALTER USERstatement.
When users are created, the default DBA (the user who created the database) becomes disabled. It is important to grant DBA access to at least one user so you will have a valid DBA account. The user’s password can be easily changed using the
ALTER USERstatement.For complete details on the
CREATE USERstatement, see OpenEdge Data Management: SQL Reference .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |